Component org.nuxeo.ecm.collections.listener
In bundle org.nuxeo.ecm.platform.collections.core
Contributions
XML Source
<component name="org.nuxeo.ecm.collections.listener">
<extension target="org.nuxeo.ecm.core.event.EventServiceComponent"
point="listener">
<listener name="duplicatedCollectionListener"
class="org.nuxeo.ecm.collections.core.listener.DuplicatedCollectionListener">
<event>documentCreatedByCopy</event>
</listener>
<listener name="removedCollectionListener"
class="org.nuxeo.ecm.collections.core.listener.RemovedCollectionListener">
<event>documentRemoved</event>
</listener>
</extension>
</component>